projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
654aa19
)
Add .kateconfig with modelines for Kate
author
Roman Lebedev
<lebedev.ri@gmail.com>
Thu, 18 Aug 2016 11:01:51 +0000
(14:01 +0300)
committer
Øyvind Kolås
<pippin@gimp.org>
Fri, 19 Aug 2016 01:54:43 +0000
(
03:54
+0200)
Directly follows GIMP HACKING Hackordnung:
- 2 characters indentation level
- no tabs. TAB should not put TAB characters in the file.
- tab stops at 8 column intervals.
.kateconfig
[new file with mode: 0644]
patch
|
blob
diff --git a/.kateconfig
b/.kateconfig
new file mode 100644
(file)
index 0000000..
e4b8336
--- /dev/null
+++ b/
.kateconfig
@@ -0,0
+1,4
@@
+kate: indent-mode cstyle;
+kate: indent-width 2; tab-width 8;
+kate: tab-indents off; replace-tabs on;
+kate: remove-trailing-spaces modified;